projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a877d2c
)
gtkwin32theme: delete #if 0 code
author
Jaime Velasco Juan
<jsagarribay@gmail.com>
Fri, 14 Oct 2016 08:47:11 +0000
(09:47 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 26 Oct 2016 14:25:49 +0000
(16:25 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=773221
gtk/gtkwin32theme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwin32theme.c
b/gtk/gtkwin32theme.c
index c5f66dd4046b59c375a0d96617667c07eb89fe61..13faff870fd92fba690448194c0ce86baa900c97 100644
(file)
--- a/
gtk/gtkwin32theme.c
+++ b/
gtk/gtkwin32theme.c
@@
-439,17
+439,6
@@
gtk_win32_theme_get_part_size (GtkWin32Theme *theme,
int *width,
int *height)
{
-#if 0
- /* Known fallback sizes copied from Wine */
- struct {
- int part;
- int width;
- int height;
- } fallback_sizes[] = {
- { BP_RADIOBUTTON, 13, 13 },
- { BP_CHECKBOX, 13, 13 },
- };
-#endif
#ifdef G_OS_WIN32
HTHEME htheme = gtk_win32_theme_get_htheme (theme);
SIZE size;